Remove write-only variable in gpx.cc
authorrobertlipe <robertlipe@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Tue, 16 Jul 2013 23:14:56 +0000 (23:14 +0000)
committerrobertlipe <robertlipe@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Tue, 16 Jul 2013 23:14:56 +0000 (23:14 +0000)
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4440 f51c46e8-681c-474f-0cfe-069cfd0219fb

gpsbabel/gpx.cc

index 68d38813a98fea41995bd178c24fed1b4987cea0..eda1ff374ff5b0e00caf4f493945c3b5f85ff902 100644 (file)
@@ -65,8 +65,6 @@ static char* link_text;
 static const char* input_string = NULL;
 static int input_string_len = 0;
 
-static time_t file_time;
-
 static char* snlen = NULL;
 static char* suppresswhite = NULL;
 static char* urlbase = NULL;
@@ -1285,7 +1283,6 @@ gpx_rd_init(const char* fname)
   }
 
 
-  file_time = 0;
   current_tag.clear();
 
   prescan_tags();